/* =========================
           HEADER
        ========================== */

.headers {
    background:
        linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),
        url("https://images.unsplash.com/photo-1523240795612-9a054b0db644");
    color: #fff;
    padding: 50px 70px;
    height: 48rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-between;



}

.header-content {
    text-align: left;
}

.header h1 {
    color: #fff;
    margin-bottom: 10px;
}

.action-buttons {
    text-align: center;
    display: flex;
    padding: 20px 10px;

}

.full-fecility-in-coaching {
    display: flex;
    margin: 20px 4%;
    width: 90%;
    padding: 20px 7%;
    justify-content: space-between;
    border-radius: 15px;
    background-color: #007bff;
    /* background: */
    /* linear-gradient(rgba(11, 3, 174, 0.75),rgba(114, 152, 180, 0.75)), */
    /* url("./Screenshot\ 2026-02-08\ 185207.png");
      background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */

}

.full-fecility-buttion.full-fecility-buttion {
    background-color: #0d47a1;
    color: white;
    font-size: 20px;
    padding: 15px 3%;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    transition: transform 0.3s ease;

}

@media (max-width:500px) {
    .full-fecility-buttion.full-fecility-buttion {
        font-size: 7px;
        padding: 5px 2%;
    }
}

.headers h1 h2 {
    color: white;
}

.full-fecility-buttion.full-fecility-buttion:hover {
    transform: scale(1.1);
}

.full-fecility-buttion.full-fecility-buttion a {
    color: white;
    text-decoration: none;
}

.full-fecility-in-coaching h4 {
    font-size: 40px;
    color: white;
}

.full-fecility-in-coaching .full-fecility-in-coachin-imges img {
    /* width: 100%; */
    height: 300px;



}

@media (max-width:500px) {
    .full-fecility-in-coaching h4 {
        font-size: 14px;
    }
}

@media (max-width:500px) {
    .full-fecility-in-coaching {
        width: auto;
        padding: auto;
    }
}

@media (max-width:500px) {
    .full-fecility-in-coaching .full-fecility-in-coachin-imges img {
        height: 120px;
    }
}

.form-box {
    background: white;
    padding: 25px;
    height: 400px;
    width: 100%;
    max-width: 450px;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);


}

.form-box h3 {
    text-align: center;
    margin-bottom: 20px;
}

.form-box input,
.form-box select {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.form-box button {
    width: 100%;
    padding: 12px;
    border: none;
    background: #007bff;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
}

.form-box button:hover {
    background: #0056d2;
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 15px 35px;
    margin: 15px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    color: #fff;
    background: linear-gradient(45deg, #007bff, #0056d2);
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.4);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

/* Hover Effect */
.btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(0, 123, 255, 0.6);
}

/* Icon Style */
.btn i {
    font-size: 20px;
}

/* Smooth Shine Effect */
.btn::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    top: 0;
    left: -100%;
    transform: skewX(-45deg);
    transition: 0.5s;
}

.btn:hover::before {
    left: 120%;
}

.action-buttons {
    text-align: center;
    display: flex;
    padding: 20px 10px;

}

.full-fecility-in-coaching {
    display: flex;
    margin: 20px 4%;
    width: 90%;
    padding: 20px 7%;
    justify-content: space-between;
    border-radius: 15px;
    background-color: #007bff;
    /* background: */
    /* linear-gradient(rgba(11, 3, 174, 0.75),rgba(114, 152, 180, 0.75)), */
    /* url("./Screenshot\ 2026-02-08\ 185207.png");
             background-size: cover;
             background-position: center;
             background-repeat: no-repeat; */

}

.full-fecility-buttion.full-fecility-buttion {
    background-color: #0d47a1;
    color: white;
    font-size: 20px;
    padding: 15px 3%;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    transition: transform 0.3s ease;

}

@media (max-width:500px) {
    .full-fecility-buttion.full-fecility-buttion {
        font-size: 7px;
        padding: 5px 2%;
    }
}

.headers h1 h2 {
    color: white;
}

.full-fecility-buttion.full-fecility-buttion:hover {
    transform: scale(1.1);
}

.full-fecility-buttion.full-fecility-buttion a {
    color: white;
    text-decoration: none;
}

.full-fecility-in-coaching h4 {
    font-size: 40px;
    color: white;
}

.full-fecility-in-coaching .full-fecility-in-coachin-imges img {
    /* width: 100%; */
    height: 300px;



}

@media (max-width:500px) {
    .full-fecility-in-coaching h4 {
        font-size: 14px;
    }
}

@media (max-width:500px) {
    .full-fecility-in-coaching {
        width: auto;
        padding: auto;
    }
}

@media (max-width:500px) {
    .full-fecility-in-coaching .full-fecility-in-coachin-imges img {
        height: 120px;
    }
}

.form-box {
    background: white;
    padding: 25px;
    height: 400px;
    width: 100%;
    max-width: 450px;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);


}

.form-box h3 {
    text-align: center;
    margin-bottom: 20px;
}

.form-box input,
.form-box select {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.form-box button {
    width: 100%;
    padding: 12px;
    border: none;
    background: #007bff;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
}

.form-box button:hover {
    background: #0056d2;
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 15px 35px;
    margin: 15px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    color: #fff;
    background: linear-gradient(45deg, #007bff, #0056d2);
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.4);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

/* Hover Effect */
.btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(0, 123, 255, 0.6);
}

/* Icon Style */
.btn i {
    font-size: 20px;
}

/* Smooth Shine Effect */
.btn::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    top: 0;
    left: -100%;
    transform: skewX(-45deg);
    transition: 0.5s;
}

.btn:hover::before {
    left: 120%;
}

@media(max-width:668px) {
    .headers {
        flex-wrap: wrap;
        height: 83rem;
        padding: 30px 20px;
    }
}

/* Responsive */
@media(max-width:668px) {
    .btn {
        width: 100%;
        justify-content: center;
        font-size: 8px;
        margin: 2px;
    }

    .btn i {
        font-size: 9px;
    }
}

/* =========================
           SECTION BOX
        ========================== */

.section {
    background: #fff;
    padding: 35px;
    margin-top: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

/* =========================
           FACILITY LIST
        ========================== */

.facility-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.facility-box {
    background: #f9fbff;
    border-left: 5px solid #1976d2;
    padding: 20px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.facility-box h3 {
    margin-top: 0;
}

/* =========================
           PHOTO GALLERY
        ========================== */

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
    margin-top: 25px;
}

.gallery img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 10px;
    border: 2px solid #ddd;
}

/* =========================
           CTA
        ========================== */

.cta {
    background: #0d47a1;
    color: #fff;
    padding: 40px 20px;
    text-align: center;
    border-radius: 10px;
    margin: 40px 0;
}

.facility-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.cta h2 {
    color: #fff;
}

/* =========================
           MOBILE RESPONSIVE (420px)
        ========================== */

@media (max-width: 420px) {

    .header {
        padding: 35px 15px;
    }

    .section {
        padding: 25px 18px;
    }

    .gallery img {
        height: auto;
        max-width: 420px;
    }
}